| 1. | The shared locks are released when the statement completes 语句完成后便会释放共享锁。 |
| 2. | For example , session s1 owns a shared lock on 例如,会话s1拥有 |
| 3. | Specifies that a shared lock is taken on the table held until the end - of - statement 指定表采用的共享锁一直保持到语句结束。 |
| 4. | And transaction t1 , which is running under session s1 , also owns a shared lock on 的共享锁,而在会话s1下运行的事务t1也拥有 |
| 5. | Using an isolation level that does not generate shared locks for read operations 对于读取操作,使用不会生成共享锁的隔离级别。 |
| 6. | Row versioning removes the need for requesting share locks on rows that have been read 行版本控制不需要对已读取的行请求共享锁。 |
| 7. | No other transactions can modify the data while shared locks exist on the resource 资源上存在共享锁( s锁)时,任何其他事务都不能修改数据。 |
| 8. | Data modification statements , therefore , typically request both shared locks and exclusive locks 因此,数据修改语句通常请求共享锁和排他锁。 |
| 9. | At the start of the operation , a shared lock is very briefly held on the source object 在操作开始时,在非常短的时间内保留源对象中的共享( s )锁。 |
| 10. | At the start of the operation , a shared lock is held on the source object for a very short time 操作开始时,将对源对象保持极短时间的共享( s )锁。 |